home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering CorelDraw 8
/
Mastering CorelDraw 8.iso
/
a.exe
/
pro
/
Unit1.dfm
/
Unit1.txt
Wrap
Text File
|
1998-10-21
|
1KB
|
70 lines
object Form1: TForm1
Left = 223
Top = 234
BorderStyle = bsDialog
Caption = 'BDG Software'
ClientHeight = 58
ClientWidth = 420
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
WindowState = wsMinimized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 80
Top = 32
Width = 32
Height = 32
AutoSize = True
end
object Label1: TLabel
Left = 8
Top = 8
Width = 189
Height = 13
Caption = 'Installing Drivers For Tutorial Simulations'
end
object Memo1: TMemo
Left = 32
Top = 112
Width = 281
Height = 57
Lines.Strings = (
'[InternetShortcut]'
'URL=http://www.cddepot.com/'
'Modifie='
'IconIndex=0')
TabOrder = 0
Visible = False
end
object FileListBox1: TFileListBox
Left = 264
Top = 104
Width = 145
Height = 97
ItemHeight = 13
TabOrder = 1
Visible = False
end
object ProgressBar1: TProgressBar
Left = 8
Top = 32
Width = 401
Height = 16
Min = 0
Max = 100
TabOrder = 2
end
object Timer1: TTimer
Enabled = False
Interval = 200
OnTimer = Timer1Timer
Left = 352
Top = 8
end
end